home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Utilities / The Road to Mac / Read Me < prev    next >
Encoding:
Text File  |  1991-09-15  |  4.1 KB  |  70 lines  |  [TEXT/SNTE]

  1.  
  2. THE ROAD TO MAC
  3.  
  4. A TUTORIAL FOR BEGINNING PROGRAMMERS
  5.  
  6.  
  7. I.  What is The Road To Mac?
  8.  
  9.     Almost everyone who has ever tried to learn how to program the Macintosh would
  10. agree that it is a damnably difficult thing to do;  in fact, the graphic interface that makes the Mac
  11. such a joy--and so easy--to use creates tremendous problems for those trying to program for the
  12. machine.
  13.  
  14.     Sooner or later, however, almost all Mac enthusiasts get the urge to create their own
  15. programs--in part to accomplish something of use in their work or their studies, but in large part
  16. simply because true mastery of the Mac seems to require more than manual dexterity with the
  17. mouse and the keyboard.  Lots of Mac applications--communications programs, spreadsheets,
  18. keyboard Macro builders, and Hypercard, for example--play to this urge, but, of course, none
  19. allows you to produce actual stand-alone Mac programs of your own.
  20.  
  21.     Many Mac enthusiasts who want to go beyond macros and Hypercard scripts to real
  22. Macintosh programming find the process terribly difficult and frustrating.  Some of the program
  23. examples included in compilers and in books on Mac programming use the compiler (rather than
  24. the Mac Operating System) as the basis for their operations, and create applications which are
  25. very obviously not real Mac programs.  Other typical sample programs are more complex, and do
  26. create the Mac interface, but often move dramatically from simple and inherently useless
  27. applications (drawing circles on the screen or creating a window that says “Hello World”) to very
  28. complex programs with hundreds of lines of code; the unexplained intermediate steps can baffle
  29. the novice.  And, finally, many texts and manuals devote a great deal of time and space to highly
  30. technical discussions which are both interesting and comprehensible to computer science
  31. graduates but utterly baffling to the rest of us.
  32.  
  33.     The Road To Mac fills the gap by providing a series of carefully-constructed,
  34. incremental tutorials in programming for the Macintosh.  Each new variation builds upon the last,
  35. walking the user through Modal Dialogs, Modeless Dialogs, and Desk Accessories; the detailed
  36. explanations are as non-technical as possible, but by the end of the tutorial the user has mastered a
  37. wide range of programming skills and has created more than two dozen interesting, enjoyable,
  38. and useful applications to impress friends, family, or colleagues.  The first program in the tutorial
  39. series is a very simple Modal Dialog;  the last is a relatively complex and useful Desk Accessory.
  40. Both of these applications are included with this document, so that you can see where you start
  41. and where you wind up.
  42.  
  43.     
  44. II.  What do you need?
  45.  
  46.     The Road To Mac is available in two versions, for TurboPascal  and for ThinkPascal
  47. 3.0.  In addition to one of these compilers and some practice in using it, you need a copy of
  48. ResEdit (preferably a recent, graphically-oriented version) and minimal familiarity with Pascal.  If
  49. you meet these requirements, and are willing to spend a few entertaining and relatively painless
  50. hours, this tutorial is for you.  And while it was written for adults, even very young teenagers can
  51. learn to create programs with The Road To Mac.
  52.  
  53.  
  54.  
  55.  
  56. III.  What do you get?
  57.  
  58.     The Road To Mac package contains a diskette with code and resources for the basic
  59. programs, as well as additional code utilized in several of the variations presented in the tutorial.
  60. The package also contains an 85-page handbook, with detailed instructions and comments and
  61. numerous screen shots showing how your resources should look.  The author of the tutorial has
  62. more than twenty-five years of teaching experience, and you will find the explanations and
  63. instructions clear, well-organized, and easy to follow.  We are so confident that you can learn
  64. from The Road To Mac that we offer a money-back guarantee:  if you have the minimal skills
  65. outlined above but are unable to create these programs, your purchase price will be refunded to
  66. you!  So if you’ve always wanted to learn Mac programming, this is your chance--with nothing
  67. to lose.  Print out the enclosed order form today and get started!
  68.  
  69.  
  70.